@charset "utf-8";
body, div, p, span, a, img, input, h1, h2, h3, h4, ul, li, dl, dt, dd, ol, textarea{
	margin:0;
	padding:0;
	border:0;
	list-style:none;
}
body{
	line-height:26px;
	font-size:12px;
	font-family:"Microsoft YaHei", Verdana, Geneva, sans-serif;
	color:#666;
	background:#fff;
}
a{
	color:#666;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
	color:#ff0000;
	text-decoration:none;
}
a:hover img{
	filter:alpha(opacity=80);
	-moz-opacity:0.9;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
img{
	border:0;
	max-width:100%;
}
.left{
	float:left;
}
.right{
	float:right;
}
.clearfix {
    *zoom: 1;
}
#wrapper{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	position: relative;
}
.mule{
	margin-bottom:30px;
}
.mule h2{
	margin-bottom: 20px;
	line-height: normal;
	font-weight: normal;
	font-size: 28px;
	color: #4d4d4d;
}
.mule .mule-botm{
	margin: -10px 0 15px;
}
.mule h3{
	display: inline-block;
	margin: 0 15px;
	line-height: normal;
	font-weight: normal;
	font-size: 16px;
	color: #999;
}
.mule .mark-left{
    display: inline-block;
    position: relative;
    top: -5px;
    width: 65px;
    height: 1px;
    overflow: hidden;
    background-color: #ccc;
}
.mule .mark-right{
    display: inline-block;
	position: relative;
	top: -5px;
	width: 65px;
	height: 1px;
	overflow: hidden;
	background-color: #ccc;
}
.btn-org{
    display: inline-block;
    line-height: 34px;
	font-size:14px;
    padding: 0 30px;
    border: 1px solid #00a52a;
    background-color: #00a52a;
    color: #fff;
    transition: all 0.5s ease 0s;
}
.btn-org:hover,.btn-org:focus{
    border: 1px solid #00a52a;
    background-color: #00a52a;
    color: #fff;
}
/*顶部*/
.top{
	text-align:center;
	position:relative;
	padding:45px 0 20px;
}
.top .logo{
	text-align:center;
}
.top .tel{
	font-size:18px;
	color: #00a52a;
	max-width:250px;
	position:absolute;
	left:0;
	bottom:37px;
}
.top .share{
	font-size:18px;
	color: #ff0000;
	max-width:250px;
	position:absolute;
	right:0;
	bottom:37px;
}

/*导航*/
.nav{
	height: 60px;
	background: #00a52a;
	text-align: center;
}
.nav > li:hover, .nav > li:focus {
    text-decoration: none;
    background-color:#00a52a;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color:#01661b;
}
.nav > li.current{
    text-decoration: none;
    background-color:#01661b;
}
.navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
}
.nav > li > a {
    color: #fff;
    position: relative;
    display: block;
    padding: 20px 20px;
    font-size: 15px;
}
.navbar .nav > li:hover .dropdown-menu {
	display: block;
	margin-top:0px;
	border:0px;
	border-top-right-radius:0px;
	box-shadow:none;
}
.navbar .dropdown-menu{
	background-color:#01661b;
	border-radius:0 !important;
}
.navbar .dropdown-menu > li > a{
	color:#fff;
	font-size:14px;
	display: block;
    padding: 12px 16px;
    clear: both;
    line-height: 1.428571429;
    white-space: nowrap;
	text-align:left;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #fff;
    text-decoration: none;
    background-color:#00a52a;
}
.navbar-collapse {
    max-height:1200px;
}
/*轮播图*/
.banner{
	/*width:90%;
	padding-left:5%;*/
}
.banner .carousel-inner > .item {
    text-align: center;
}
.banner .carousel-inner > .item > img, .banner .carousel-inner > .item > a > img {
    display:inline-block;
    height: auto;
    max-width: 100%;
    line-height: 1;
	width:100%;
}
/*公司简介*/
.desc{
	text-align:center;
	padding:60px 0 60px;
}
.desc p{
	text-align:left;
	font-size:14px;
}
/*业务介绍*/
.business{
	background-color: #f2f2f2;
	padding:60px 0 50px;
	text-align:center;
}
.business .list a{
	display: inline-block;
	width: 146px;
	height: 146px;
	overflow: hidden;
	background-color: #00a52a;
	color: #fff;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.business .list a.link-img img {
    margin: 30px 0 5px 0;
    -webkit-transition: -webkit-transform 0.5s ease-out;
    -moz-transition: -moz-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
}
.business .list a span {
    display: block;
    font-size: 16px;
}
.business .list a:hover {
    background-color: #00a52a;
    color: #fff;
    z-index: 2;
    -webkit-transform: scale(1.10);
    transform: scale(1.10);
}
.business .list a:hover img {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
}
/*案例展示*/
.case{
	padding:60px 0 50px;
	text-align:center;
}
.case .portfolio {
    /*border:1px solid #ccc;*/
}
.case .portfolio-img {
	/*height:180px;*/
    margin-bottom: 10px;
    overflow: hidden;
}
.case .portfolio-img a,.case .portfolio-img img {
    width: 100%;
    display: block;
    overflow: hidden;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.case .portfolio-img a {
    position: relative;
}
.case .portfolio-title {
    margin-bottom: 30px;
    line-height: normal;
}
.case .portfolio-title h2 {
    font-size: 14px;
    line-height: 1.5;
    font-weight: normal;
}
.portfolio-img a:hover img {
    transform: scale(1.2, 1.2) rotate(10deg);
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
/*公司设备*/
.equip{
	background-color: #f2f2f2;
	padding:60px 0 80px;
	text-align:center;
}
.equip .caroufredsel_wrapper{
    display: block;
    position: relative;
    margin: 0px;
    cursor: move;
}
.equip .scrollable {
    overflow: hidden;
}
.equip .scrollable .list{
    padding: 0px;
    text-align: center;
	margin: 0;
	position: relative;
}
.equip .full-scrollable .list a {
    position: relative;
    display: block;
}

.equip a:hover .scrollable-info {
    opacity: 1;
    filter: alpha(opacity=100);
}
.equip .scrollable-image {
    overflow: hidden;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.equip .scrollable .list img {
    display: block;
    width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.equip .scrollable-info {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 20;
    margin-top: -100px;
    text-align: center;
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    _height: expression( (this.parentElement.clientHeight) +'px');
    -webkit-transition: -webkit-transform 0.5s ease-out;
    -moz-transition: -moz-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
}
.equip .scrollable-info h3 {
    padding: 0 20px;
    margin-bottom: 15px;
    font-size: 22px;
    line-height: normal;
    font-weight: normal;
}
.equip .scrollable-info .icon-detail {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 41px;
    height: 41px;
    background: url(../Images/icon-detail.gif) no-repeat;
    -webkit-transition: -webkit-transform 0.5s ease-out;
    -moz-transition: -moz-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
}
.equip .scrollable .list p {
    margin-bottom: 10px;
    overflow: hidden;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.equip .scrollable-info .icon-detail span {
    display: none;
}
.equip .opacity-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    cursor: pointer;
    background-color: #00a52a;
    opacity: 0;
    filter: alpha(opacity=0);
    _height: expression( (this.parentElement.clientHeight) +'px');
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.equip .scrollable-info:hover .icon-detail {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}
.equip a:hover .opacity-overlay {
    display: block;
    filter: alpha(opacity=90);
    opacity: 0.9;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.equip a:hover .scrollable-image img { 
	transform:scale(1.2, 1.2); 
	-webkit-transform:scale(1.2, 1.2); 
	-moz-transform:scale(1.2, 1.2); 
	-o-transform:scale(1.2, 1.2); 
	-ms-transform:scale(1.2, 1.2);
	-webkit-transition:all 0.3s ease-out 0s; 
	-moz-transition:all 0.3s ease-out 0s; 
	-o-transition:all 0.3s ease-out 0s; 
	transition:all 0.3s ease-out 0s;
}
/*公司动态*/
.news1{
	padding:60px 0 50px;
}
.news1 h4 {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 8px;
	text-align:left;
	margin-top:10px;
	font-weight:600;
}
.news1 .headlines{
    font-size: 13px;
    line-height: 1.5;
    color: #666;
	text-align:left;
}
.news1 .entry-item {
    border-bottom: none;
    margin-bottom: 25px;
    padding-bottom: 10px;
	padding-left: 80px;
	min-height: 70px;
	height: auto !important;
	position: relative;
}
.news1 .entry-item .time {
	width: 60px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #f2f2f2;
    text-align: center;
    font-family: Arial;
	padding: 2px 0 2px;
}
.news1 .entry-item .time-day {
	font-size: 25px;
    line-height: 40px;
    display: block;
    border-bottom: 1px solid #f5f5f5;
    color: #666;
}
.news1 .entry-item .time-date {
	font-size: 11px;
    display: block;
    color: #999;
    line-height: 22px;
}
.news1 .entry-item .entry-title {
    margin-bottom: 10px;
}
.news1 .entry-item h2 {
	font-size: 14px;
    font-weight: 600;
	color:#000;
    line-height: 1.4;
}
.news1 .entry-item h2 a {
	color:#000;
}
.news1 .entry-item h2 a:hover {
	text-decoration:underline;
	color:#ff0000;
	text-decoration:none;
}
.news1 .entry-summary {
    margin-bottom: -8px;
	color: #808080;
    font-size: 12px;
}
.news1 .entry-item p {
    line-height: 1.6;
}
/*加入我们*/
.join{
	padding:60px 0 80px;
	text-align:center;
	background-image: url(../Images/about_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #00a52a;
}
.join .cont{
	color:#fff;
	margin-top:20px;
}
/*联系我们*/
.contact{
	padding:60px 0 50px;
	text-align:center;
}
.contact .cont{
	font-size:14px
}
/*底部*/
.footer{
	padding:40px 0 35px;
	overflow: hidden;
	background-color: #252526;
	color: #ccc;
	font-size: 13px;
}
.footer h2{
	font-size: 16px;
	color:#fff;
	margin-bottom:15px;
}
.footer .col-md-4{
	padding-left:0;
}
.footer .navb{
	margin-bottom:25px;
}
.footer .navb p{
	line-height:25px;
}
.footer .navb p a{
	color:#ccc;
}
.footer .navb p a:hover{
	text-decoration:underline;
	color:#ff0000;
	text-decoration:none;
}
.footer .link{
	margin-top:15px;;
}
.footer .link a{
	margin-right:15px;;
}

/*单页样式*/
.content {
    position: relative;
    margin: 40px 0 15px;
    text-align: center;
}
.sbox h2{
	margin-bottom: 20px;
	line-height: normal;
	font-weight: normal;
	font-size: 28px;
	color: #4d4d4d;
}
.sbox h4{
	margin-bottom: 20px;
	line-height: normal;
	font-weight: normal;
	font-size: 22px;
	color: #4d4d4d;
}
.sbox .entry-meta {
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 12px;
    border-bottom: 1px dotted #ccc;
	color: #999;
}
.sbox .entry-meta span {
    margin: 0 10px;
}
.sbox .entry-meta strong {
    font-weight: normal;
}
.sbox .entry-meta a {
    color: #999;
}
.sbox .entry-meta a:hover{
	text-decoration:underline;
	color:#ff0000;
	text-decoration:none;
}
.sbox ul li{
    border-bottom: none;
    display: inline-block;
    background-image: none;
    margin: 0 5px;
}
.sbox ul li a {
    display: inline-block;
    line-height: 42px;
    padding: 0 35px;
    font-size: 14px;
    color: #808080;
    background-color: #f0f0f0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.sbox ul li a:hover {
    background: #d9d9d9;
}
.sbox ul li.current a {
    background: #00a52a;
    color: #fff;
}
.full-content {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 45px 0 50px;
	font-size:14px;
	text-align:left;
}
/*列表*/
.full-page {
    width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 45px 0 50px;
}
.portfolio-img {
    margin-bottom: 10px;
    overflow: hidden;
	max-height:255px;
}
.portfolio-img a, .portfolio-img img {
    width: 100%;
    display: block;
    overflow: hidden;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.portfolio-img a {
    position: relative;
}
.portfolio-title {
    margin-bottom: 10px;
    line-height: normal;
}
.portfolio-title h2 {
    font-size: 14px;
    line-height: 1.5;
    font-weight: normal;
}
.portfolio-title h2 a{
    color:#333;
}
.portfolio-title h2 a:hover{
    color:#ff0000;
}
.portfolio-summary {
    color: #808080;
    font-size: 13px;
    margin-bottom: 30px;
	text-align:left;
}
.portfolio-summary p {
    line-height: 1.5;
}
/*产品列表*/
.procontent {
    text-align: center;
}
.page-nav {
    border-bottom: 1px solid #e1e1e1;
    padding-top: 28px;
	font-size:14px;
	height: 75px;
}
.sitenav {
    float: left;
    margin-bottom: -1px;
}
.sitenav li {
    margin-right: 5px;
    border-bottom: 3px solid transparent;
    padding-bottom: 8px;
    position: relative;
    display: inline-block;
}
.sitenav li.active {
    border-bottom: 3px solid #00a52a;
}
.sitenav li a:hover, .sitenav li.active a, .sitenav li.active span {
    background-color: #00a52a;
    color: #fff;
}
.sitenav li a {
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
}
.sitenav li a, .sitenav li span {
    color: #222;
    padding: 5px 18px;
    display: block;
}
.breadcrumb {
    padding: 8px 15px;
    float: right;
	background:none;
}
.breadcrumb a, .breadcrumb span {
    font-size: 12px;
    color: #6f6f6f;
}
.breadcrumb a:hover{
    color: #ff0000;
}
.breadcrumb > a + a::before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}
.clearfix::after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
.full-product{
	padding:30px 0 30px;
	margin-bottom:20px;
}
.full-product .list{
	margin-bottom:20px;
}
.full-product .txt {
    text-align: center;
    font-size: 14px;
    color: #222;
    background-color: #ebebeb;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    line-height: 30px;
    padding: 5px 10px;
}
.full-product .list:hover a.txt {
    background-color: #00a52a;
    color: #fff;
}
.gotop-wrapper {
    position: fixed;
    bottom: 50px;
    right: 15px;
    z-index: 1001;
    background-color: rgba(0,0,0,0.3);
    background-color: #969696\9;
	display:none;
}
.gotop-wrapper a {
    display: none;
    _display: none !important;
    width: 55px;
    height: 55px;
    overflow: hidden;
    background: url(../Images/icon-gotop-fixed.gif) no-repeat center;
}
#tool {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 900;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	display:none;
}
ul.toollist {
    position: fixed;
    z-index: 900;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    height:60px;
}
.toollist {
    background: #00a52a;
}
.toollist li {
    border-right: 1px solid rgba(255, 255, 255, 0.7);
}
.toollist li {
    float: left;
    width: auto;
    height: 100%;
    width: 25%;
    position: static !important;
    margin: 0;
    border-radius: 0 !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    box-flex: 1;
    -webkit-box-sizing: border-box;
    box-shadow: none !important;
    background: none;
}
.toollist li a {
    color: #fff;
}
.toollist li a {
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    display: block;
    text-decoration: none;
    padding-top:8px;
    position: relative;
}
.toollist li a img {
    width: 24px;
    height: 24px;
}
.toollist li a p {
    margin: 1px 0 1px 0;
    font-size: 14px;
    display: block !important;
    line-height: 18px;
    text-align: center;
}
.toollist li.li4 {
    border: none;
}
.returnhome{
	display:none;
	text-align:center;
}
.returnhome span{
	display:block;
	font-size:10px;
	margin-top:-12px;
}
.btn-org{
	margin-top:50px;
}
#banner-pc{
	display:block;
}
#banner-mobile{
	display:none;
}
@media (min-width: 1200px) {
.container {
	width:1200px;
}
}
@media (min-width: 1024px) {

}
@media (max-width: 991px) {

}
@media (max-width: 767px) {
 #tool {
	display:block;
}
.footer {
    padding: 40px 0 70px;
    overflow: hidden;
    background-color: #252526;
    color: #ccc;
    font-size: 13px;
}
.news1 h4 {
	margin-top:15px;
    margin-bottom: 8px;
}
.news1 .news-left{
	margin-bottom:20px;
}	
.news1 .news-right{
	margin-bottom:20px;
}
.top{
	padding:15px 0 15px;
}
.top .tel,.top .share{
	display:none;
}
/*.top .logo{
	float:left;
	margin-left:15px;
}*/
.top .logo img{
	max-width:60px;
}
.business .list a{
	display: inline-block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #00a52a;
	color: #fff;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	padding-bottom:30px;
}
.nav{
	height:auto;
}
.nav > li{
	text-align:left;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: -63px;
    margin-right: 15px;
    margin-bottom: 8px;
    /*background-color: #00a52a;*/
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    top: 0;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #00a52a;
}
.returnhome{
	display:block;
	position:absolute;
	top:18px;
	left:15px;
	z-index:999;
}
.returnhome a{
	font-size:20px;
	color:#00a52a;
}
.navbar-toggle .word {
    font-size:11px;
	color:#00a52a;
}
.desc {
    padding: 30px 0 30px;
}
.mule h2 {
    margin-bottom: 20px;
    font-size: 21px;
}
.mule h3 {
    font-size: 12px;
}
.business {
    padding:30px 0 30px;
}
.business .list{
	margin-bottom:12px;
	padding-left:5px;
	padding-right:5px;
}
.btn-org{
	margin-top:20px !important;
}
.case {
    padding: 30px 0 30px;
}
.equip {
    padding:30px 0 30px;
}
.news1 {
    padding: 30px 0 30px;
}
.join {
    padding: 30px 0 40px;
}
.contact {
    padding: 30px 0 30px;
}
.join h2 {
    font-size:18px;
}
#banner-pc{
	display:none;
}
#banner-mobile{
	display:block;
}
.join .cont {
    margin-top: 0px;
}
.sbox ul li {
    margin-bottom: 5px;
}
.sbox ul li a {
    line-height: 30px;
    padding: 0 20px;
    font-size: 12px;
}
.sitenav li a, .sitenav li span {
    padding: 5px 12px;
	font-size:12px;
}
.breadcrumb {
    display:none;
}
}
@media (max-width: 480px) {
 
}
@media (min-width: 992px) and (max-width: 1199px) {
 .nav > li > a {
 padding: 10px 22px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
 .nav > li > a {
 padding: 10px 10px;
}
}